Skip to content

docs(agents): require own temp server for testing; never kill others' servers#1781

Merged
os-zhuang merged 1 commit into
mainfrom
docs/agents-md-temp-server-policy
Jun 12, 2026
Merged

docs(agents): require own temp server for testing; never kill others' servers#1781
os-zhuang merged 1 commit into
mainfrom
docs/agents-md-temp-server-policy

Conversation

@xuyushun441-sys

Copy link
Copy Markdown
Contributor

Summary

This repo is developed by multiple agents in parallel. This adds an explicit rule to AGENTS.md so agents don't break each other's in-flight work:

  • Multi-agent working discipline §8: if testing needs a server, start your own temporary instance on a random high port (pnpm dev -- --fresh -p <random>) — never stop a server you didn't start. Shut your own server down when the task is done; don't leave orphans.
  • Cross-referenced the rule from the dev-server Rules line in Build & Test.

Docs-only change — no code, no changeset needed.

🤖 Generated with Claude Code

… servers

Multiple agents develop in this repo in parallel. Add discipline rule 8:
when testing needs a server, start your own temporary instance on a
random high port instead of stopping someone else's, and shut it down
when done. Cross-reference from the dev-server rules line.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
spec Ready Ready Preview, Comment Jun 12, 2026 11:29am

Request Review

@github-actions github-actions Bot added documentation Improvements or additions to documentation size/xs labels Jun 12, 2026
@os-zhuang
os-zhuang merged commit 4083e32 into main Jun 12, 2026
12 checks passed
@os-zhuang
os-zhuang deleted the docs/agents-md-temp-server-policy branch June 12, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants